Fix doc for Garmin 'get_posn' suboption.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 31 Jul 2006 20:17:15 +0000 (20:17 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 31 Jul 2006 20:17:15 +0000 (20:17 +0000)
gpsbabel/xmldoc/formats/options/garmin-get_posn.xml

index f4d49e18e3eaeba468c829f8827abbe62dd055ee..a7720047c4c7524550967af0855086f82d550cc5 100644 (file)
@@ -1,5 +1,5 @@
-<para>This options gets the current position from the attached GPS device
+<para>This options gets the current longtitude and latitude from the attached GPS device
 and returns it as a single waypoint for further processing.  For example,
 to return the current position from a USB Garmin to a KML file:
-<screen format="linespecific">gpsbabel -i garmin -f usb: -o kml -F myposition.kml</screen>
+<screen format="linespecific">gpsbabel -i garmin,get_posn -f usb: -o kml -F myposition.kml</screen>
 </para>